home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / tclMotif-1.4 / wtour / selectiondialog1.tcl < prev    next >
Encoding:
Text File  |  1995-06-29  |  228 b   |  11 lines

  1. #
  2. # SelectionDialog
  3. #
  4.  
  5. xmPushButton .btn managed
  6. xmSelectionDialog .btn.bbd managed \
  7.     -selectionLabelString "Enter or select colour" \
  8.     -listItems "red green blue" \
  9.     -listItemCount 3 \
  10.     -listLabelString "Colours:"
  11.